ImageOverlayHost

open class ImageOverlayHost(bitmap: Bitmap, position: WidgetPosition, margins: Margin, shouldRender: Boolean) : CustomLayerHost

Types

Companion
Link copied to clipboard
object Companion

Functions

contextLost
Link copied to clipboard
open override fun contextLost()
deinitialize
Link copied to clipboard
open override fun deinitialize()
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
initialize
Link copied to clipboard
open override fun initialize()
render
Link copied to clipboard
open override fun render(parameters: CustomLayerRenderParameters)
rotate
Link copied to clipboard
fun rotate(bearing: Float)
toString
Link copied to clipboard
open fun toString(): String
updateBitmap
Link copied to clipboard
fun updateBitmap(bitmap: Bitmap)
updateMargins
Link copied to clipboard
fun updateMargins(margins: Margin)

Properties

shouldRender
Link copied to clipboard
var shouldRender: Boolean = true